home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / MetaPloy.swf / scripts / DefineButton2_80 / BUTTONCONDACTION on(press).as
Text File  |  2006-06-13  |  463b  |  20 lines

  1. on(press){
  2.    if("0" >= shot1y)
  3.    {
  4.       setProperty("shot", _X, getProperty("/1", _X));
  5.       setProperty("shot", _Y, getProperty("/1", _Y));
  6.       shot1y = getProperty("shot", _Y) - "10";
  7.       shot1x = getProperty("shot", _X);
  8.       dep += "1";
  9.       duplicateMovieClip("shot","shot" add dep,dep + 16384);
  10.       if(dep >= "2")
  11.       {
  12.          dep = "1";
  13.       }
  14.       tellTarget("/sndsht")
  15.       {
  16.          gotoAndPlay(2);
  17.       }
  18.    }
  19. }
  20.